home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 176-200 / disk_185 / examples / display / readme < prev   
Text File  |  1992-05-06  |  1KB  |  33 lines

  1.  
  2. Display    v1.06 - 11/88  C. Scheppner   CBM
  3.  
  4. Requires linkage with standard IFF modules as specified in Display.with.
  5. IFF include files and standard modules are available on the iff disk
  6. (or Fish Disk 64).
  7.  
  8. NOTE that the a ilbm.h containing CAMG, CRNG, and CCRT definitions
  9. is required.  It is supplied on this disk.  Formerly, these chunks and
  10. the macros for reading and writing them were defined in the application
  11. source or includes.  The new ilbm.h will appear in the next release of
  12. the IFF disk.
  13.  
  14.  
  15. This version of Display supports (via command line opt or WB Tooltype)
  16. cycling, timed display, backsreen, and printing.  Printing can also
  17. be started by preesing "p" during a display.  Cycling can be toggled
  18. with TAB.  Exit either by click in upper left, CTRL/C, CTRL/D, or
  19. BREAK if started from a CLI.  CTRL/D will break a script of Displays.
  20. For printing multiple pictures, a script can be set up such as:
  21.  
  22.    display picture1 opt p t=0
  23.    display picture2 opt p t=0
  24.    etc.
  25.  
  26. If you wish to run the script while you are working, add the "b"
  27. option.  This will cause the display screen to come up as the backscreen
  28. and not activate its window.
  29.    display picture1 opt bp t=0
  30.  
  31.  
  32.    
  33.